home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / MPS disk 1.0.1 / Chapter 07 / ZoomRect.h < prev   
Encoding:
Text File  |  1992-05-19  |  90 b   |  7 lines  |  [TEXT/KAHL]

  1.  
  2. enum {kZoomOut, kZoomIn, kLinear};
  3.  
  4. void ZoomRect(Rect source, Rect dest, short mode);
  5.  
  6.  
  7.